home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Tele / A / AirMail 1.02.cpt / AirMail 1.02.rsrc / STR#_1100.txt < prev    next >
Encoding:
Text File  |  1988-09-07  |  311 b   |  23 lines

  1. SERVICE:               COMMAND KEY: ?
  2.  
  3. vol = Left(DirPath,Instr%(DirPath,":"))
  4.  
  5. tempDirPath = DirPath
  6.  
  7. DirPath = vol
  8.  
  9. fname = putfile("Create AirMail Folder As:","AirMail Folder",DirPath)
  10.  
  11. DirPath = tempDirPath
  12.  
  13. CURSOR WATCH
  14.  
  15. IF fname = "" THEN END
  16.  
  17. @AirMailFolder = fname & ":"
  18.  
  19. NewFolder @AirMailFolder
  20.  
  21. END
  22.  
  23.